Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 15, 2025

Bumps golang.org/x/sys from 0.36.0 to 0.37.0.

Commits
  • 1edeebe unix: mkall.sh: fail if docker build failed
  • ecada54 unix: use slices.{Equal,Sort} in tests
  • 5e63aa5 windows: export O_FILE_FLAG_* to be used in os.OpenFile on windows
  • 033906b unix: add (*CPUSet).Fill helper to enable all CPUs
  • 6be6c58 windows: add FlushConsoleInputBuffer and GetNumberOfConsoleInputEvents
  • 32e2038 unix: use Go 1.21+ clear built-in
  • 137f2ed sys: add support for NetBSD getvfsstat
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 15, 2025
@dependabot dependabot bot requested review from a team as code owners October 15, 2025 02:32
@dependabot dependabot bot requested review from BupycHuk and ademidoff and removed request for a team October 15, 2025 02:32
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 15, 2025
@dependabot dependabot bot requested review from JiriCtvrtka and idoqo and removed request for a team October 15, 2025 02:32
@github-actions github-actions bot enabled auto-merge (squash) October 15, 2025 02:34
@dependabot dependabot bot force-pushed the dependabot/go_modules/v3/golang.org/x/sys-0.37.0 branch 2 times, most recently from a932b17 to 85265fa Compare October 23, 2025 06:34
@CLAassistant
Copy link

CLAassistant commented Oct 23, 2025

CLA assistant check
All committers have signed the CLA.

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.36.0 to 0.37.0.
- [Commits](golang/sys@v0.36.0...v0.37.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-version: 0.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/v3/golang.org/x/sys-0.37.0 branch from 85265fa to 8d0446a Compare October 23, 2025 18:22
@github-actions github-actions bot merged commit 085ceaa into v3 Oct 27, 2025
24 checks passed
@github-actions github-actions bot deleted the dependabot/go_modules/v3/golang.org/x/sys-0.37.0 branch October 27, 2025 08:16
ademidoff added a commit that referenced this pull request Oct 29, 2025
commit a55a9d1
Author: Alex Demidoff <[email protected]>
Date:   Thu Oct 30 00:37:16 2025 +0300

    PMM-14305 Reapply fix ClickHouse dirty migration state

commit 0c578b5
Merge: 92a59a2 4a62c3e
Author: Alex Demidoff <[email protected]>
Date:   Thu Oct 30 00:06:06 2025 +0300

    Merge branch 'v3' into pmm-ha

commit 4a62c3e
Author: Alex Demidoff <[email protected]>
Date:   Wed Oct 29 19:01:25 2025 +0300

    PMM-7 Rpmbuild maintenance (#4703)

commit 92a59a2
Author: Jiří Čtvrtka <[email protected]>
Date:   Wed Oct 29 10:29:13 2025 +0100

    PMM-13812 HA ClickHouse improvements without driver (#4714)

    * PMM-13812 Fix fir templateFS driver.

    * PMM-13812 Include custom cluster name in check for engine.

    * PMM-13812 Lint.

    * PMM-13812 Lint.

    * PMM-13812 Remove methods not explicitly needed by driver.

    * PMM-13812 Lint.

    * PMM-13812 Lint.

    * PMM-13812 Lint.

    * PMM-13812 Checking isCluster everytime before wait on ready, refactor.

    * PMM-13812 Including DB in ReplicatedMergeTree, small refactor.

    * PMM-13812 Lint.

    * PMM-13812 Test.

    * PMM-13812 Refactor TemplateFS to support directory specification and enhance file reading.

    * PMM-13812 Refactor TemplateFS tests to simplify directory handling and improve error assertions.

    * PMM-13812 Fix tests.

    * PMM-13812 Format.

    * PMM-13812 Lint.

    * PMM-13812 Lint.

    * PMM-13812 Remove extra lines.

    ---------

    Co-authored-by: Nurlan Moldomurov <[email protected]>

commit 7e3e667
Author: Alex Demidoff <[email protected]>
Date:   Wed Oct 29 09:46:59 2025 +0300

    PMM-10461 [Fix] No absolute Nginx redirects (#4711)

commit 7a21c3e
Author: Alex Demidoff <[email protected]>
Date:   Tue Oct 28 12:30:02 2025 +0300

    PMM-14429 Provide ability to generate the encryption key (#4707)

    * PMM-14429 Provide ability to generate the encryption key

    * PMM-14429 Fix linter errors

    * PMM-14429 Add a default value for --generate-key param

    * PMM-14429 Remove the verision print, which is already handled by --help

    * PMM-14429 Initialize Encryption instance lazily

    * PMM-14429 Fix linter errors

    * PMM-14429 Remove default value for --generate-key

commit 98c594a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Oct 28 10:13:59 2025 +0200

    Bump actions/upload-artifact from 4.6.2 to 5.0.0 (#4708)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@ea165f8...330a01c)

    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: 5.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 06b252a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Oct 28 07:57:55 2025 +0100

    Bump anchore/sbom-action from 0.20.8 to 0.20.9 (#4704)

    Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.20.8 to 0.20.9.
    - [Release notes](https://github.com/anchore/sbom-action/releases)
    - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md)
    - [Commits](anchore/sbom-action@aa0e114...8e94d75)

    ---
    updated-dependencies:
    - dependency-name: anchore/sbom-action
      dependency-version: 0.20.9
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 041cacb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 27 23:32:57 2025 +0300

    Bump github/codeql-action from 4.30.9 to 4.31.0 (#4709)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.30.9 to 4.31.0.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@16140ae...4e94bd1)

    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 4.31.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 86f5dae
Author: Alex Demidoff <[email protected]>
Date:   Mon Oct 27 14:18:09 2025 +0300

    PMM-14305 Fix ClickHouse dirty migration state (#4651)

    * PMM-14305 Fix ClickHouse dirty state

    * PMM-14305 Refactor err handling

    * PMM-14305 Fix linter errors

    * PMM-14305 Migrate to stdlib errors pkg

    * PMM-14305 Remove a redundant method

    * PMM-14305 Fix an adge case when the first migration fails

    * PMM-14305 Minor update

commit f6a51f7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 27 14:17:31 2025 +0300

    Bump golang.org/x/tools from 0.36.0 to 0.38.0 (#4669)

    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.36.0 to 0.38.0.
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.36.0...v0.38.0)

    ---
    updated-dependencies:
    - dependency-name: golang.org/x/tools
      dependency-version: 0.38.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Percona CLA Assistant. <[email protected]>
    Co-authored-by: Alex Demidoff <[email protected]>

commit 6b1aa1c
Author: Talha Bin Rizwan <[email protected]>
Date:   Mon Oct 27 13:27:34 2025 +0500

    PMM-14401 Install eksctl and helm cli tools in Jenkins agent. (#4676)

    * PMM-14401 Install eksctl and helm cli tools.

    * PMM-14401 Update eksctl and helm cli versions to latest stable.

    * PMM-14401 Update kubectl cli version to 1.33.5

    * PMM-7 Download and run SSM

    * PMM-14401 Fix the names and tags

    * PMM-14401 Grant ssm-agent higher privileges

    * PMM-14401 Set SELinux context for ssm-user

    ---------

    Co-authored-by: Alex Demidoff <[email protected]>

commit 085ceaa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 27 10:16:41 2025 +0200

    Bump golang.org/x/sys from 0.36.0 to 0.37.0 (#4668)

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.36.0 to 0.37.0.
    - [Commits](golang/sys@v0.36.0...v0.37.0)

    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-version: 0.37.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit c5ea2b7
Merge: 9ceab4f 8de1d05
Author: Alex Demidoff <[email protected]>
Date:   Mon Oct 27 09:48:18 2025 +0300

    Merge branch 'v3' into pmm-ha

commit 8de1d05
Author: Alex Demidoff <[email protected]>
Date:   Thu Oct 23 21:21:19 2025 +0300

    PMM-7 Update dependabot config (#4696)

    * PMM-7 Update dependabot config

    * PMM-7 Bump Go version to 1.24.7

commit 42e3c8c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Oct 23 14:25:12 2025 +0300

    Bump vite in /ui in the npm_and_yarn group across 1 directory (#4694)

    Bumps the npm_and_yarn group with 1 update in the /ui directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).

    Updates `vite` from 5.4.20 to 5.4.21
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-version: 5.4.21
      dependency-type: direct:development
      dependency-group: npm_and_yarn
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Matej Kubinec <[email protected]>

commit 69a0193
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Oct 23 09:53:41 2025 +0300

    Bump github.com/apache/skywalking-eyes from 0.7.0 to 0.8.0 in /tools (#4685)

    Bumps [github.com/apache/skywalking-eyes](https://github.com/apache/skywalking-eyes) from 0.7.0 to 0.8.0.
    - [Release notes](https://github.com/apache/skywalking-eyes/releases)
    - [Changelog](https://github.com/apache/skywalking-eyes/blob/main/CHANGES.md)
    - [Commits](apache/skywalking-eyes@v0.7.0...v0.8.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/apache/skywalking-eyes
      dependency-version: 0.8.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 48f6581
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Oct 23 09:27:06 2025 +0300

    Bump github/codeql-action from 4.30.8 to 4.30.9 (#4684)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.30.8 to 4.30.9.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@f443b60...16140ae)

    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 4.30.9
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit c06a50d
Author: Alex Demidoff <[email protected]>
Date:   Thu Oct 23 01:23:31 2025 +0300

    PMM-10461 No absolute Nginx redirects (#4576)

    * PMM-10461 No absolute Nginx redirects

    * PMM-10461 Simplify swagger redirect

    * PMM-10461 Drop "permanent" from the rewrite rule for Grafana

commit f595bf5
Author: Jiří Čtvrtka <[email protected]>
Date:   Wed Oct 22 17:48:42 2025 +0200

    PMM-7 Oracle 9.5+ (#4699)

commit cee22bb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Oct 22 00:57:08 2025 +0300

    Bump golang.org/x/text from 0.29.0 to 0.30.0 (#4667)

    Bumps [golang.org/x/text](https://github.com/golang/text) from 0.29.0 to 0.30.0.
    - [Release notes](https://github.com/golang/text/releases)
    - [Commits](golang/text@v0.29.0...v0.30.0)

    ---
    updated-dependencies:
    - dependency-name: golang.org/x/text
      dependency-version: 0.30.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 862b363
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Oct 22 00:01:58 2025 +0300

    Bump github.com/bufbuild/buf from 1.58.0 to 1.59.0 in /tools (#4692)

    Bumps [github.com/bufbuild/buf](https://github.com/bufbuild/buf) from 1.58.0 to 1.59.0.
    - [Release notes](https://github.com/bufbuild/buf/releases)
    - [Changelog](https://github.com/bufbuild/buf/blob/main/CHANGELOG.md)
    - [Commits](bufbuild/buf@v1.58.0...v1.59.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/bufbuild/buf
      dependency-version: 1.59.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit e3f6de2
Author: Tibor Korocz <[email protected]>
Date:   Tue Oct 21 14:17:16 2025 +0200

    PMM-14157 - Update MongoDB PBM backup alert template to use max_over_… (#4690)

    * PMM-14157 - Update MongoDB PBM backup alert template to use max_over_time for last successful backup check

    - Modified the expression to calculate the age of the last successful backup using max_over_time for better accuracy over a 30-day window.
    - Updated the summary and description annotations to include cluster and replica set information for clearer context in alerts.

    * Refine MongoDB PBM backup alert template to simplify expression by removing replica_set grouping. This change enhances clarity in the alerting logic while maintaining the focus on cluster-level backup status.

    * Refine MongoDB PBM backup alert template by removing replica_set information from summary and description annotations. This change enhances clarity and focuses on the cluster-level backup status.

commit 2b105b1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sun Oct 19 19:17:04 2025 +0100

    Bump umbrelladocs/action-linkspector from 1.3.7 to 1.4.0 (#4674)

    Bumps [umbrelladocs/action-linkspector](https://github.com/umbrelladocs/action-linkspector) from 1.3.7 to 1.4.0.
    - [Release notes](https://github.com/umbrelladocs/action-linkspector/releases)
    - [Commits](UmbrellaDocs/action-linkspector@874d01c...652f85b)

    ---
    updated-dependencies:
    - dependency-name: umbrelladocs/action-linkspector
      dependency-version: 1.4.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit f04104a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sun Oct 19 11:33:27 2025 +0200

    Bump actions/setup-node from 5 to 6 (#4666)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v5...v6)

    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit c5dd364
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Oct 18 07:15:07 2025 +0000

    Bump anchore/sbom-action from 0.20.6 to 0.20.8 (#4680)

    Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.20.6 to 0.20.8.
    - [Release notes](https://github.com/anchore/sbom-action/releases)
    - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md)
    - [Commits](anchore/sbom-action@f8bdd1d...aa0e114)

    ---
    updated-dependencies:
    - dependency-name: anchore/sbom-action
      dependency-version: 0.20.8
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 13c4fd3
Author: Jiří Čtvrtka <[email protected]>
Date:   Fri Oct 17 12:29:06 2025 +0200

    PMM-13103 Doc for MySQL partial certs. (#4659)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants